From: IOhannes m zmölnig Date: Mon, 29 Jun 2015 09:12:04 +0000 (+0200) Subject: use QT_SELECT X-Git-Tag: archive/raspbian/2.5.1+ds-1+rpi1~1^2~307 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=06a6770f211566e08139e14feed6d37085867abd;p=jacktrip.git use QT_SELECT rather than hardcoding path to QMAKE --- diff --git a/debian/rules b/debian/rules index 189dab7..f141c85 100755 --- a/debian/rules +++ b/debian/rules @@ -25,8 +25,8 @@ # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +export QT_SELECT=qt5 -QMAKE=/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/bin/qmake include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/qmake.mk include /usr/share/cdbs/1/rules/utils.mk